Ammo : Item
    ammo_type = Ammo Type
    magazine_size = f(1)
    
Ammo Type
    action = Trigger
    category = Ammo Category
    energy_consumption = Energy(0)
    target_type = "entity" or "position" or "direction" (default "entity")
